home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / CRESC / Ornaments / ornament-higher next >
Text File  |  1997-02-02  |  575b  |  13 lines

  1. ornament-higher iter symbol-pattern
  2.  
  3. This function ornaments a symbol pattern by creating a downward moving appoggiatura from a higher symbol where two or more symbols repeat.Use it to smooth melodies with too many repeated symbols. Note that this works only with symbol patterns containing non-transpose symbols.
  4.  
  5. (ornament-higher 1 '(a a a a c c -l -l -l k l m m))
  6. -->(b b b a d c -k -k -l k l n m)
  7.  
  8. (ornament-higher 2 '(a a a a c c -l -l -l k l m m))
  9. -->(c c b a d c -j -k -l k l n m)
  10.  
  11. (ornament-higher 3 '(a a a a c c -l -l -l k l m m))
  12. -->(d c b a d c -j -k -l k l n m)
  13.